projects
/
vidi-player.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
vidi/Timeline.py: move pipeline player initialization to the __init__ method
[vidi-player.git]
/
examples
/
Beyer Op. 101 - Exercise 003.ly
1
\version "2.19.51"
2
3
\score {
4
\relative c'' {
5
\time 4/4
6
\tempo 4 = 120
7
c1 d e f
8
g f e d
9
c
10
}
11
\layout { }
12
\midi { }
13
}